home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
sultan.swf
/
scripts
/
DefineSprite_5
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
291 b
|
13 lines
_Y = _Y + velocidad;
perroxxx = getProperty("/perro", _X);
huesoxxx = _X;
huesoyyy = _Y;
if("250" < huesoyyy and huesoyyy < "260" and huesoxxx < perroxxx + "20" and perroxxx - "20" < huesoxxx)
{
tellTarget("/contadorhuesito")
{
nextFrame();
}
gotoAndPlay(1);
}